home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 2 - Cassandra.iso / pc / assets / intro.dxr / Internal_16.ls < prev    next >
Encoding:
Text File  |  2002-03-21  |  162 b   |  10 lines

  1. on exitFrame me
  2.   if sound(1).status = 2 then
  3.     sound(1).play()
  4.     sound(1).fadeTo(255, 500)
  5.     go("speakers_wait")
  6.   else
  7.     go(the frame - 1)
  8.   end if
  9. end
  10.